home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / search.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.2 KB  |  71 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Search_Utilities
  3. -- VERSION           : 1.0 (MOOV115)
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : Mendal@SU-SIERRA.ARPA
  6. -- AUTHOR            : Geoffrey O. Mendal
  7. --                   : Stanford University
  8. --                   : Computer Systems Laboratory
  9. --                   : Stanford, CA  94305
  10. --                   : (415) 497-1414 or 497-1175
  11. -- COPYRIGHT         : (c) 1985 Geoffrey O. Mendal
  12. -- DATE CREATED      : Mon 11 Nov 85
  13. -- DATE RELEASED     : Sun 25 Dec 85
  14. -- DATE LAST UPDATED : MENDAL Sun 25 Dec 85
  15. -- LOCATION          : C2MUG
  16. -- LOCATION          : ASR
  17. -- ENVIRONMENT       : DG MV10000, ROLM ADE
  18. --= CLASSIFICATION       ===============================================--
  19. -- CATEGORY LEVEL 1  : COMPONENTS
  20. -- CATEGORY LEVEL 2  : Search
  21. -- CATEGORY LEVEL 3  : 
  22. -- CATEGORY LEVEL 4  : 
  23. -- KEYWORD           : SEARCH
  24. -- KEYWORD           : SEARCH UTILITIES
  25. -- INDEX             : Search
  26. -- INDEX             : Search Utilities
  27. -- INDEX             : Utilties, Search
  28. -- TAXONOMY          : 
  29. -- DEPENDENCIES      : 
  30. -- SEE ALSO          : 
  31. --= FILE LISTING         ===============================================--
  32. -- FILE SPECS        : PD:<ADA.COMPONENTS>SEARCH.*
  33. -- DIRECTORY DISPLAY :
  34. -- Directory   PD:<ADA.COMPONENTS>
  35. --      File Name     Byte Count  Line Count
  36. --   ---------------  ----------  ----------
  37. --   SEARCH.ADA            19994         484
  38. --   SEARCH.PRO             3322          69
  39. --   ===============  ==========  ==========
  40. --     2 Files             23316         553
  41. --= ABSTRACT             ===============================================--
  42. --         This generic package contains binary and sequential  searching
  43. -- routines for arrays.  A full paper describing this unit's capabilities
  44. -- is available by contacting the  author  (see  the  prologue  file  for
  45. -- address).
  46. --= REVISION HISTORY     ===============================================--
  47. --
  48. -- DATE         VERSION              AUTHOR     HISTORY
  49. -- 12/29/85     1.0 (MOOV115)     Mendal     Initial Release
  50. --= RELEASE NOTICE       ===============================================--
  51. -- This prologue must be included in all copies of this software.
  52. --
  53. -- This software is copyright by the author.
  54. --
  55. -- This software is released to the Ada community.
  56. -- This software is released to the Public Domain (note:
  57. --   software released to the Public Domain is not subject
  58. --   to copyright protection).
  59. -- Restrictions on use or distribution:  NONE
  60. --= DISCLAIMER           ===============================================--
  61. --     This software and its documentation are provided "AS IS" and
  62. -- without any expressed or implied warranties whatsoever.  No warranties
  63. -- as to performance, merchantability, or fitness for a particular
  64. -- purpose exist.
  65. --     The user is advised to test the software thoroughly before
  66. -- relying on it.  The user must assume the entire risk and liability of
  67. -- using this software.  In no event shall any person or organization of
  68. -- people be held responsible for any direct, indirect, consequential or
  69. -- inconsequential damages or lost profits.
  70. --======================================================================--
  71.